![]() |
PATH![]() |
When calling the JMSetVerifyMode function, you use the CodeVerifierOptions type to specify which Java code should be run through the verifier before execution.
enum CodeVerifierOptions {
eDontCheckCode = 0,
eCheckRemoteCode,
eCheckAllCode
};
When calling the JMSetProxyInfo function you must use the JMProxyType type to specify the type of proxy to use.
enum JMProxyType {
eHTTPProxy = 0,
eFirewallProxy,
eFTPProxy
};